cURL
curl --request DELETE \ --url https://agent-prod.studio.lyzr.ai/v3/tools/{tool_id} \ --header 'x-api-key: <api-key>'
{ "message": "Tool deleted successfully." }
/v3/tools/{tool_id}
tool_id
curl -X DELETE "https://agent-prod.studio.lyzr.ai/v3/tools/tool_id" ^ -H "accept: application/json" ^ -H "x-api-key: sk-default-EXAMPLEKEY123"
The ID of the tool to delete.
Tool deleted successfully
The response is of type object.
object